home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 02 / 3 / DISK0238.ZIP / SPRITE.DOC < prev    next >
Text File  |  1984-08-08  |  3KB  |  63 lines

  1.                     ═════════    SPRITE    ══════════
  2.                              
  3.                 There are four files supplied with this program.  
  4.          They are:
  5.  
  6.                 1)  SPRITE.COM - This is the Sprite Program
  7.                 2)  SPRITE.SAV - This is a sample sprite save file.
  8.                                  You can restore it by pressing
  9.                                  ALT + F10 while in SPRITE.
  10.                 3)  SPRITE.SAV - A sample BASIC program created
  11.                                  with the SPRITE program.
  12.                 4)  SPRITE.DOC - This message.  SPRITE is self
  13.                                  documenting.  
  14.                 
  15.                 SPRITE lets you conveniently create Sprite 
  16.          charaters.  A Sprite character is a graphics figure made 
  17.          from a set of colored pixels.  Instead of displaying 
  18.          this figure pixel by pixel, BASIC lets you display the 
  19.          figure in one step with the graphics form of the PUT 
  20.          statement.  This is similar to the Sprite graphics 
  21.          available on other microcomputers.
  22.                 
  23.                 The graphics PUT statement displays a figure that 
  24.          is stored in an array in a coded form.  Trying to encode 
  25.          a figure in an array is very tedious; the manual is very 
  26.          vague and confusing.  This is where SPRITE comes in.
  27.                 
  28.                 SPRITE lets you design your Sprite figure and 
  29.          sample it with different palettes and background colors.  
  30.          Your Sprite figure can be as large as 160 X pixels by 
  31.          100 Y pixels (32 X 20 is default).  This is as large as 
  32.          one fourth of the display screen.  You can even save and 
  33.          restore works in progress.  When you are ready, SPRITE 
  34.          will create a file of BASIC statements.  These BASIC 
  35.          statements (an array declaration and a set of DATA 
  36.          statements) can be merged into a BASIC program and used 
  37.          with a PUT statement.  Be sure and load your array 
  38.          beginning with element zero.
  39.  
  40.                 SPRITE is a copyrighted, user-supported program. 
  41.          If you find this program useful, then you are invited
  42.          to become a registered owner by sending a contribution
  43.          ($20 suggested).  Registered owners receive permission to
  44.          use SPRITE output in their own commercial applications.
  45.  
  46.                 Regardless of whether or not you register, you 
  47.          are invited to copy and share this program, provided 
  48.          that this documention message is included with the copy. 
  49.          Neither this program, nor any part of it, may be sold 
  50.          without permission, except as noted for registered 
  51.          owners.
  52.                 
  53.                 Questions, or suggestions for improvement are 
  54.          welcome.  Please contact:
  55.                 
  56.                       Joey Robichaux
  57.                       1036 Brookhollow Drive
  58.                       Baton Rouge, La.  70810
  59.  
  60.  
  61.  
  62.  
  63.